home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / v cisle / autoit / autoit-v3.2.0.1-setup.exe / Include / ProgressConstants.au3 < prev    next >
Text File  |  2006-07-15  |  359b  |  14 lines

  1. #include-once
  2.  
  3. ; ------------------------------------------------------------------------------
  4. ;
  5. ; AutoIt Version: 3.1.1 (beta)
  6. ; Language:       English
  7. ; Description:    Progress Constants.
  8. ;
  9. ; ------------------------------------------------------------------------------
  10.  
  11. ; Styles
  12. Global Const $PBS_SMOOTH    = 1
  13. Global Const $PBS_VERTICAL    = 4
  14.